home *** CD-ROM | disk | FTP | other *** search
-
- /* Sun Mar 01 13:43:14 1992 */
-
- int blk_user_data_size = 50;
-
- #define SIG_AR_SIZE 66
-
- unsigned char sig_array[SIG_AR_SIZE] = {
- 'c','h','k','_','s','i','g','n','a','t','u','r','e', /* the signature */
- 0, 0, 66, 1, 20, 0, 0, 0, /*--- 13 ---*/
- 0, 0, 0, 0, 0, 0, 0, 0, /*--- 21 ---*/
- 0, 0, 0, 0, 0, 0, 0, 0, /*--- 29 ---*/
- 0, 0, 0, 0, 0, 0, 0, 0, /*--- 37 ---*/
- 0, 0, 0, 0, 0, 0, 0, 0, /*--- 45 ---*/
- 0, 0, 0, 0, 0, 0, 0, 0, /*--- 53 ---*/
- 0, 0, 0, 0, 0 /*--- 61 ---*/
- };
-
- unsigned long (*blkfunc)( char *, int, unsigned long) = chksum32 ;
-